Skip to content

Conversation

KevinColemanInc
Copy link

Current code shows this error

$ go get -u github.com/cweill/gotests/...
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

@cweill
Copy link
Owner

cweill commented Oct 21, 2025

Thank you for identifying this issue!

This has already been addressed in v1.7.0. The README now uses go install instead of the deprecated go get:

$ go install github.com/cweill/gotests/gotests@latest

We've also updated the minimum Go version to 1.22 and modernized the documentation.

Closing this PR as superseded. Thanks for your contribution!

@cweill cweill closed this Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants